QASetInt
You can use theQASetInt
function to set a long integer value for a draw context state variable.
#define QASetInt(drawContext,tag,newValue) \ (drawContext)->setInt (drawContext,tag,newValue)
drawContext
- A draw context.
tag
- A state variable tag.
newValue
- The new value of the specified state variable.
DESCRIPTION
TheQASetInt
function sets the value of the draw context state variable specified by thedrawContext
andtag
parameters to the long integer value specified by thenewValue
parameter.